go.pact.im/x/goupdate.htmlGenerator.docsURL (field)

6 uses

	go.pact.im/x/goupdate (current package)
		htmlgen.go#L23: 	docsURL string
		htmlgen.go#L117: 		if err := g.htmlAnchorText(g.docsURL+modulePath, modulePath); err != nil {
		htmlgen.go#L123: 		if err := g.htmlAnchorText(g.docsURL+modulePath+"@"+oldVersion, oldVersion); err != nil {
		htmlgen.go#L129: 		if err := g.htmlAnchorText(g.docsURL+modulePath+"@"+newVersion, newVersion); err != nil {
		htmlgen.go#L242: 			if err := g.htmlAnchorText(g.docsURL+m.Path, m.Path); err != nil {
		htmlgen.go#L248: 			if err := g.htmlAnchorText(g.docsURL+m.Path+"@"+m.Version, m.Version); err != nil {